﻿2026-06-21T03:56:34.1773154Z Current runner version: '2.335.1'
2026-06-21T03:56:34.1777649Z Runner name: 'kitsubito'
2026-06-21T03:56:34.1778170Z Runner group name: 'Default'
2026-06-21T03:56:34.1778841Z Machine name: 'KITSUBITO'
2026-06-21T03:56:34.1780866Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T03:56:34.1782638Z Contents: read
2026-06-21T03:56:34.1783024Z Metadata: read
2026-06-21T03:56:34.1783385Z Packages: read
2026-06-21T03:56:34.1783752Z ##[endgroup]
2026-06-21T03:56:34.1785313Z Secret source: Actions
2026-06-21T03:56:34.1785815Z Prepare workflow directory
2026-06-21T03:56:34.2138700Z Prepare all required actions
2026-06-21T03:56:34.2167278Z Getting action download info
2026-06-21T03:56:34.5224524Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T03:56:35.2873699Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-21T03:56:35.3870138Z ##[group]Run actions/checkout@v5
2026-06-21T03:56:35.3871306Z with:
2026-06-21T03:56:35.3871970Z   fetch-depth: 0
2026-06-21T03:56:35.3872768Z   repository: SaberMage/spt-core
2026-06-21T03:56:35.3881767Z   token: ***
2026-06-21T03:56:35.3882448Z   ssh-strict: true
2026-06-21T03:56:35.3883142Z   ssh-user: git
2026-06-21T03:56:35.3883846Z   persist-credentials: true
2026-06-21T03:56:35.3884629Z   clean: true
2026-06-21T03:56:35.3885344Z   sparse-checkout-cone-mode: true
2026-06-21T03:56:35.3886205Z   fetch-tags: false
2026-06-21T03:56:35.3886925Z   show-progress: true
2026-06-21T03:56:35.3887644Z   lfs: false
2026-06-21T03:56:35.3888306Z   submodules: false
2026-06-21T03:56:35.3889119Z   set-safe-directory: true
2026-06-21T03:56:35.3890120Z ##[endgroup]
2026-06-21T03:56:35.4681359Z Syncing repository: SaberMage/spt-core
2026-06-21T03:56:35.4683589Z ##[group]Getting Git version info
2026-06-21T03:56:35.4684902Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T03:56:35.4686727Z [command]/usr/bin/git version
2026-06-21T03:56:35.4687539Z git version 2.43.0
2026-06-21T03:56:35.4692491Z ##[endgroup]
2026-06-21T03:56:35.4704728Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/bd6e573f-b789-4779-b3a0-dff03bdbf90f' before making global git config changes
2026-06-21T03:56:35.4707152Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T03:56:35.4709209Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T03:56:35.4740406Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T03:56:35.4759553Z https://github.com/SaberMage/spt-core
2026-06-21T03:56:35.4771367Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T03:56:35.4774071Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T03:56:35.4793916Z HEAD
2026-06-21T03:56:35.4826305Z ##[endgroup]
2026-06-21T03:56:35.4827307Z [command]/usr/bin/git submodule status
2026-06-21T03:56:35.5008666Z ##[group]Cleaning the repository
2026-06-21T03:56:35.5010134Z [command]/usr/bin/git clean -ffdx
2026-06-21T03:56:35.5044800Z Removing traceable-reqs
2026-06-21T03:56:35.5051703Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T03:56:35.5106692Z HEAD is now at 8d1e85d66 Merge bcf137365f2e8526c1cb94b61ea3852bc3714fdf into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T03:56:35.5111811Z ##[endgroup]
2026-06-21T03:56:35.5113277Z ##[group]Disabling automatic garbage collection
2026-06-21T03:56:35.5115555Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T03:56:35.5139039Z ##[endgroup]
2026-06-21T03:56:35.5140428Z ##[group]Setting up auth
2026-06-21T03:56:35.5143548Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T03:56:35.5168522Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T03:56:35.5354888Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T03:56:35.5380936Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T03:56:35.5569168Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T03:56:35.5595463Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T03:56:35.5782217Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T03:56:35.5810841Z ##[endgroup]
2026-06-21T03:56:35.5812239Z ##[group]Fetching the repository
2026-06-21T03:56:35.5818127Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +8d1e85d66c22f486d443041bc754f818ddee38cd:refs/remotes/pull/26/merge
2026-06-21T03:56:36.1898778Z From https://github.com/SaberMage/spt-core
2026-06-21T03:56:36.1899531Z    f4b97e744..bcf137365  v0.13.0-delivery-control -> origin/v0.13.0-delivery-control
2026-06-21T03:56:36.1900155Z    f4b97e744..bcf137365  v0.13.0-p1b-ack-deadlock -> origin/v0.13.0-p1b-ack-deadlock
2026-06-21T03:56:36.1930750Z ##[endgroup]
2026-06-21T03:56:36.1931207Z ##[group]Determining the checkout info
2026-06-21T03:56:36.1931645Z ##[endgroup]
2026-06-21T03:56:36.1936236Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T03:56:36.1975055Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T03:56:36.2039126Z ##[group]Checking out the ref
2026-06-21T03:56:36.2039651Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-21T03:56:36.2078649Z HEAD is now at 8d1e85d66 Merge bcf137365f2e8526c1cb94b61ea3852bc3714fdf into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T03:56:36.2083219Z ##[endgroup]
2026-06-21T03:56:36.2116712Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T03:56:36.2141341Z 8d1e85d66c22f486d443041bc754f818ddee38cd
2026-06-21T03:56:36.2306874Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-21T03:56:36.2307391Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-21T03:56:36.2327280Z shell: /usr/bin/bash -e {0}
2026-06-21T03:56:36.2327581Z ##[endgroup]
2026-06-21T03:56:36.2431476Z ##[group]Run set -euo pipefail
2026-06-21T03:56:36.2431847Z [36;1mset -euo pipefail[0m
2026-06-21T03:56:36.2432099Z [36;1mPIN=0c95435[0m
2026-06-21T03:56:36.2432356Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T03:56:36.2432648Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T03:56:36.2433048Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T03:56:36.2433512Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T03:56:36.2433983Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T03:56:36.2434396Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T03:56:36.2434682Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T03:56:36.2434992Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T03:56:36.2435355Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T03:56:36.2435756Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T03:56:36.2436029Z [36;1mfi[0m
2026-06-21T03:56:36.2436348Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T03:56:36.2451049Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T03:56:36.2451393Z env:
2026-06-21T03:56:36.2451630Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T03:56:36.2451907Z ##[endgroup]
2026-06-21T03:56:36.8767990Z    Compiling proc-macro2 v1.0.106
2026-06-21T03:56:36.8768653Z    Compiling quote v1.0.45
2026-06-21T03:56:36.8769125Z    Compiling unicode-ident v1.0.24
2026-06-21T03:56:36.8770074Z    Compiling libc v0.2.186
2026-06-21T03:56:36.8770454Z    Compiling serde_core v1.0.228
2026-06-21T03:56:36.8770822Z    Compiling cfg-if v1.0.4
2026-06-21T03:56:36.8771185Z    Compiling serde v1.0.228
2026-06-21T03:56:36.8771566Z    Compiling log v0.4.32
2026-06-21T03:56:36.8772004Z    Compiling pin-project-lite v0.2.17
2026-06-21T03:56:36.8820781Z    Compiling typenum v1.20.1
2026-06-21T03:56:36.8832539Z    Compiling portable-atomic v1.13.1
2026-06-21T03:56:36.8907379Z    Compiling version_check v0.9.5
2026-06-21T03:56:36.9022059Z    Compiling memchr v2.8.1
2026-06-21T03:56:36.9052103Z    Compiling critical-section v1.2.0
2026-06-21T03:56:36.9052999Z    Compiling shlex v2.0.1
2026-06-21T03:56:36.9921245Z    Compiling find-msvc-tools v0.1.9
2026-06-21T03:56:36.9976338Z    Compiling bytes v1.11.1
2026-06-21T03:56:37.0171048Z    Compiling subtle v2.6.1
2026-06-21T03:56:37.0381912Z    Compiling futures-core v0.3.32
2026-06-21T03:56:37.1059063Z    Compiling smallvec v1.15.1
2026-06-21T03:56:37.1632388Z    Compiling equivalent v1.0.2
2026-06-21T03:56:37.2078833Z    Compiling itoa v1.0.18
2026-06-21T03:56:37.2372694Z    Compiling semver v1.0.28
2026-06-21T03:56:37.2542505Z    Compiling stable_deref_trait v1.2.1
2026-06-21T03:56:37.2812735Z    Compiling slab v0.4.12
2026-06-21T03:56:37.3097156Z    Compiling generic-array v0.14.7
2026-06-21T03:56:37.3144396Z    Compiling futures-io v0.3.32
2026-06-21T03:56:37.3243978Z    Compiling futures-sink v0.3.32
2026-06-21T03:56:37.3326198Z    Compiling futures-task v0.3.32
2026-06-21T03:56:37.3811812Z    Compiling rustversion v1.0.22
2026-06-21T03:56:37.4472424Z    Compiling futures-channel v0.3.32
2026-06-21T03:56:37.4614559Z    Compiling hashbrown v0.17.1
2026-06-21T03:56:37.4760476Z    Compiling bitflags v2.12.1
2026-06-21T03:56:37.4984965Z    Compiling cpufeatures v0.2.17
2026-06-21T03:56:37.5020945Z    Compiling fnv v1.0.7
2026-06-21T03:56:37.5360744Z    Compiling rustc_version v0.4.1
2026-06-21T03:56:37.5671037Z    Compiling rand_core v0.10.1
2026-06-21T03:56:37.5740817Z    Compiling cfg_aliases v0.2.1
2026-06-21T03:56:37.6190698Z    Compiling strsim v0.11.1
2026-06-21T03:56:37.6350555Z    Compiling litemap v0.8.2
2026-06-21T03:56:37.6661023Z    Compiling writeable v0.6.3
2026-06-21T03:56:37.7310928Z    Compiling dunce v1.0.5
2026-06-21T03:56:37.7509910Z    Compiling utf8_iter v1.0.4
2026-06-21T03:56:37.7720940Z    Compiling ident_case v1.0.1
2026-06-21T03:56:37.8132291Z    Compiling getrandom v0.4.2
2026-06-21T03:56:37.8590843Z    Compiling icu_properties_data v2.2.0
2026-06-21T03:56:37.8765073Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T03:56:37.8932185Z    Compiling fs_extra v1.3.0
2026-06-21T03:56:37.9054797Z    Compiling percent-encoding v2.3.2
2026-06-21T03:56:37.9111603Z    Compiling autocfg v1.5.1
2026-06-21T03:56:37.9955298Z    Compiling http v1.4.1
2026-06-21T03:56:38.1081167Z    Compiling thiserror v2.0.18
2026-06-21T03:56:38.1492085Z    Compiling aws-lc-rs v1.17.0
2026-06-21T03:56:38.1850458Z    Compiling cpufeatures v0.3.0
2026-06-21T03:56:38.2028746Z    Compiling unicode-segmentation v1.13.3
2026-06-21T03:56:38.2501433Z    Compiling indexmap v2.14.0
2026-06-21T03:56:38.2833638Z    Compiling syn v2.0.117
2026-06-21T03:56:38.2990996Z    Compiling scopeguard v1.2.0
2026-06-21T03:56:38.3181170Z    Compiling chacha20 v0.10.0
2026-06-21T03:56:38.3460726Z    Compiling form_urlencoded v1.2.2
2026-06-21T03:56:38.3514958Z    Compiling untrusted v0.9.0
2026-06-21T03:56:38.4541204Z    Compiling lock_api v0.4.14
2026-06-21T03:56:38.4580493Z    Compiling heck v0.5.0
2026-06-21T03:56:38.4680530Z    Compiling rustls v0.23.40
2026-06-21T03:56:38.4780916Z    Compiling atomic-waker v1.1.2
2026-06-21T03:56:38.4781722Z    Compiling unicode-xid v0.2.6
2026-06-21T03:56:38.5891760Z    Compiling const-oid v0.10.2
2026-06-21T03:56:38.6131091Z    Compiling anyhow v1.0.102
2026-06-21T03:56:38.6192896Z    Compiling parking_lot_core v0.9.12
2026-06-21T03:56:38.6352167Z    Compiling paste v1.0.15
2026-06-21T03:56:38.6353758Z    Compiling zerocopy v0.8.50
2026-06-21T03:56:38.7071075Z    Compiling httparse v1.10.1
2026-06-21T03:56:38.7600651Z    Compiling convert_case v0.10.0
2026-06-21T03:56:38.8249376Z    Compiling num-traits v0.2.19
2026-06-21T03:56:38.8340978Z    Compiling hybrid-array v0.4.12
2026-06-21T03:56:38.8701026Z    Compiling jobserver v0.1.34
2026-06-21T03:56:38.8880929Z    Compiling curve25519-dalek v4.1.3
2026-06-21T03:56:38.9230844Z    Compiling ahash v0.8.12
2026-06-21T03:56:39.0289449Z    Compiling powerfmt v0.2.0
2026-06-21T03:56:39.0491027Z    Compiling fastrand v2.4.1
2026-06-21T03:56:39.1170642Z    Compiling http-body v1.0.1
2026-06-21T03:56:39.1270550Z    Compiling base64ct v1.8.3
2026-06-21T03:56:39.1310967Z    Compiling either v1.16.0
2026-06-21T03:56:39.2211218Z    Compiling cc v1.2.63
2026-06-21T03:56:39.2808049Z    Compiling crypto-common v0.1.7
2026-06-21T03:56:39.2950702Z    Compiling block-buffer v0.10.4
2026-06-21T03:56:39.3256274Z    Compiling deranged v0.5.8
2026-06-21T03:56:39.4011690Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T03:56:39.4220941Z    Compiling digest v0.10.7
2026-06-21T03:56:39.4579972Z    Compiling data-encoding v2.11.0
2026-06-21T03:56:39.4953793Z    Compiling mio v1.2.1
2026-06-21T03:56:39.5407240Z    Compiling socket2 v0.6.4
2026-06-21T03:56:39.5715932Z    Compiling getrandom v0.2.17
2026-06-21T03:56:39.6229677Z    Compiling try-lock v0.2.5
2026-06-21T03:56:39.6540583Z    Compiling base64 v0.22.1
2026-06-21T03:56:39.7001046Z    Compiling time-core v0.1.8
2026-06-21T03:56:39.7550450Z    Compiling tower-service v0.3.3
2026-06-21T03:56:39.8500582Z    Compiling rand v0.10.1
2026-06-21T03:56:39.8601090Z    Compiling rand_core v0.6.4
2026-06-21T03:56:39.8764422Z    Compiling zmij v1.0.21
2026-06-21T03:56:39.9189476Z    Compiling tinyvec_macros v0.1.1
2026-06-21T03:56:39.9907724Z    Compiling vcpkg v0.2.15
2026-06-21T03:56:39.9920441Z    Compiling num-conv v0.2.2
2026-06-21T03:56:40.0080674Z    Compiling pkg-config v0.3.33
2026-06-21T03:56:40.0278855Z    Compiling tinyvec v1.11.0
2026-06-21T03:56:40.0690343Z    Compiling parking_lot v0.12.5
2026-06-21T03:56:40.1591345Z    Compiling want v0.3.1
2026-06-21T03:56:40.1810520Z    Compiling sha2 v0.10.9
2026-06-21T03:56:40.2570789Z    Compiling block-buffer v0.12.0
2026-06-21T03:56:40.3880312Z    Compiling crypto-common v0.2.2
2026-06-21T03:56:40.4300606Z    Compiling cmake v0.1.58
2026-06-21T03:56:40.4643428Z    Compiling inout v0.1.4
2026-06-21T03:56:40.5833352Z    Compiling vergen-lib v9.1.0
2026-06-21T03:56:40.6250751Z    Compiling n0-future v0.3.2
2026-06-21T03:56:40.7118594Z    Compiling parking v2.2.1
2026-06-21T03:56:40.7378928Z    Compiling signature v2.2.0
2026-06-21T03:56:40.7678830Z    Compiling serde_json v1.0.150
2026-06-21T03:56:40.7921040Z    Compiling spin v0.10.0
2026-06-21T03:56:40.8204677Z    Compiling winnow v1.0.3
2026-06-21T03:56:40.8321730Z    Compiling crossbeam-utils v0.8.21
2026-06-21T03:56:40.8462136Z    Compiling cordyceps v0.3.4
2026-06-21T03:56:40.8671754Z    Compiling httpdate v1.0.3
2026-06-21T03:56:40.8846512Z    Compiling diatomic-waker v0.2.3
2026-06-21T03:56:40.9273131Z    Compiling ed25519 v2.2.3
2026-06-21T03:56:40.9551171Z    Compiling futures-lite v2.6.1
2026-06-21T03:56:40.9689805Z    Compiling cipher v0.4.4
2026-06-21T03:56:40.9959889Z    Compiling netlink-packet-core v0.8.1
2026-06-21T03:56:41.0522369Z    Compiling universal-hash v0.5.1
2026-06-21T03:56:41.0682200Z    Compiling vergen v9.1.0
2026-06-21T03:56:41.1268243Z    Compiling vergen-lib v0.1.6
2026-06-21T03:56:41.1830588Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T03:56:41.1993216Z    Compiling heapless v0.7.17
2026-06-21T03:56:41.2050985Z    Compiling noq-udp v0.10.0
2026-06-21T03:56:41.2499532Z    Compiling futures-buffered v0.2.13
2026-06-21T03:56:41.2607806Z    Compiling sync_wrapper v1.0.2
2026-06-21T03:56:41.2639986Z    Compiling digest v0.11.3
2026-06-21T03:56:41.2770834Z    Compiling byteorder v1.5.0
2026-06-21T03:56:41.2834427Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T03:56:41.2926210Z    Compiling aws-lc-sys v0.41.0
2026-06-21T03:56:41.3570736Z    Compiling ring v0.17.14
2026-06-21T03:56:41.4091337Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T03:56:41.4177435Z    Compiling opaque-debug v0.3.1
2026-06-21T03:56:41.4398014Z    Compiling allocator-api2 v0.2.21
2026-06-21T03:56:41.4670662Z    Compiling polyval v0.6.2
2026-06-21T03:56:41.4780574Z    Compiling hash32 v0.2.1
2026-06-21T03:56:41.5940800Z    Compiling spin v0.9.8
2026-06-21T03:56:41.6447972Z    Compiling vergen-gitcl v1.0.8
2026-06-21T03:56:41.6931163Z    Compiling ryu v1.0.23
2026-06-21T03:56:41.7110570Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T03:56:41.7750725Z    Compiling tower-layer v0.3.3
2026-06-21T03:56:41.8090687Z    Compiling fallible-iterator v0.3.0
2026-06-21T03:56:41.8630084Z    Compiling signature v3.0.0
2026-06-21T03:56:41.8893978Z    Compiling num_threads v0.1.7
2026-06-21T03:56:41.9384130Z    Compiling ghash v0.5.1
2026-06-21T03:56:41.9440856Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T03:56:41.9460725Z    Compiling ctr v0.9.2
2026-06-21T03:56:42.0001092Z    Compiling time v0.3.47
2026-06-21T03:56:42.0230715Z    Compiling aes v0.8.4
2026-06-21T03:56:42.0360537Z    Compiling fs2 v0.4.3
2026-06-21T03:56:42.1130699Z    Compiling aead v0.5.2
2026-06-21T03:56:42.1481143Z    Compiling http-body-util v0.1.3
2026-06-21T03:56:42.2060797Z    Compiling openssl-probe v0.2.1
2026-06-21T03:56:42.2430841Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T03:56:42.2530778Z    Compiling crossbeam-channel v0.5.15
2026-06-21T03:56:42.3610523Z    Compiling netlink-packet-route v0.29.0
2026-06-21T03:56:42.4560965Z    Compiling blake3 v1.8.5
2026-06-21T03:56:42.4720585Z    Compiling uuid v1.23.2
2026-06-21T03:56:42.6139226Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T03:56:42.6383412Z    Compiling memoffset v0.6.5
2026-06-21T03:56:42.6508226Z    Compiling aes-gcm v0.10.3
2026-06-21T03:56:42.7698851Z    Compiling acto v0.8.2
2026-06-21T03:56:42.8390876Z    Compiling netwatch v0.16.0
2026-06-21T03:56:42.8522180Z    Compiling noq v0.18.0
2026-06-21T03:56:42.9301860Z    Compiling xml-rs v0.8.28
2026-06-21T03:56:42.9560623Z    Compiling lru-slab v0.1.2
2026-06-21T03:56:42.9638145Z    Compiling rustix v1.1.4
2026-06-21T03:56:43.0370710Z    Compiling tagptr v0.2.0
2026-06-21T03:56:43.0643856Z    Compiling identity-hash v0.1.0
2026-06-21T03:56:43.0893567Z    Compiling rustc-hash v2.1.2
2026-06-21T03:56:43.0977743Z    Compiling foldhash v0.2.0
2026-06-21T03:56:43.1771185Z    Compiling synstructure v0.13.2
2026-06-21T03:56:43.1836556Z    Compiling darling_core v0.20.11
2026-06-21T03:56:43.1990729Z    Compiling ref-cast v1.0.25
2026-06-21T03:56:43.2790485Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T03:56:43.3203372Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T03:56:43.4770552Z    Compiling mac-addr v0.3.0
2026-06-21T03:56:43.4998669Z    Compiling thiserror v1.0.69
2026-06-21T03:56:43.5500775Z    Compiling hashbrown v0.16.1
2026-06-21T03:56:43.5844072Z    Compiling serde_derive_internals v0.29.1
2026-06-21T03:56:43.7063895Z    Compiling xmltree v0.10.3
2026-06-21T03:56:43.8662947Z    Compiling netlink-packet-route v0.30.0
2026-06-21T03:56:43.9475866Z    Compiling ioctl-rs v0.1.6
2026-06-21T03:56:44.0330601Z    Compiling errno v0.3.14
2026-06-21T03:56:44.0370468Z    Compiling termios v0.2.2
2026-06-21T03:56:44.1691572Z    Compiling proc-macro-crate v3.5.0
2026-06-21T03:56:44.2040653Z    Compiling serial-core v0.4.0
2026-06-21T03:56:44.3706570Z    Compiling simple-dns v0.9.3
2026-06-21T03:56:44.3768743Z    Compiling aho-corasick v1.1.4
2026-06-21T03:56:44.3818071Z    Compiling constant_time_eq v0.4.2
2026-06-21T03:56:44.5808416Z    Compiling signal-hook v0.3.18
2026-06-21T03:56:44.5914317Z    Compiling resolv-conf v0.7.6
2026-06-21T03:56:44.5950764Z    Compiling sha1_smol v1.0.1
2026-06-21T03:56:44.7150646Z    Compiling toml_write v0.1.2
2026-06-21T03:56:44.7341221Z    Compiling regex-syntax v0.8.10
2026-06-21T03:56:44.7530156Z    Compiling linux-raw-sys v0.12.1
2026-06-21T03:56:44.7710859Z    Compiling simdutf8 v0.1.5
2026-06-21T03:56:44.7956619Z    Compiling smol_str v0.1.24
2026-06-21T03:56:44.8390900Z    Compiling arrayvec v0.7.6
2026-06-21T03:56:44.9457275Z    Compiling arrayref v0.3.9
2026-06-21T03:56:45.0061040Z    Compiling winnow v0.7.15
2026-06-21T03:56:45.0407555Z    Compiling lru v0.16.4
2026-06-21T03:56:45.1004552Z    Compiling serial-unix v0.4.0
2026-06-21T03:56:45.1157900Z    Compiling serde_derive v1.0.228
2026-06-21T03:56:45.1657599Z    Compiling zeroize_derive v1.4.3
2026-06-21T03:56:45.2269578Z    Compiling tokio-macros v2.7.0
2026-06-21T03:56:45.2670454Z    Compiling zerofrom-derive v0.1.7
2026-06-21T03:56:45.3044361Z    Compiling futures-macro v0.3.32
2026-06-21T03:56:45.7508035Z    Compiling zeroize v1.8.2
2026-06-21T03:56:45.8120384Z    Compiling yoke-derive v0.8.2
2026-06-21T03:56:45.9065562Z    Compiling tokio v1.52.3
2026-06-21T03:56:45.9205214Z    Compiling zerovec-derive v0.11.3
2026-06-21T03:56:46.2080848Z    Compiling futures-util v0.3.32
2026-06-21T03:56:46.5274884Z    Compiling displaydoc v0.2.6
2026-06-21T03:56:46.6868352Z    Compiling zerofrom v0.1.8
2026-06-21T03:56:46.8095667Z    Compiling tracing-attributes v0.1.31
2026-06-21T03:56:47.0429693Z    Compiling rustls-pki-types v1.14.1
2026-06-21T03:56:47.0580815Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T03:56:47.0964292Z    Compiling yoke v0.8.3
2026-06-21T03:56:47.3248503Z    Compiling thiserror-impl v2.0.18
2026-06-21T03:56:47.4384375Z    Compiling zerotrie v0.2.4
2026-06-21T03:56:47.4761270Z    Compiling zerovec v0.11.6
2026-06-21T03:56:47.7384025Z    Compiling darling_macro v0.20.11
2026-06-21T03:56:47.8120523Z    Compiling derive_more-impl v2.1.1
2026-06-21T03:56:47.8891017Z    Compiling n0-error-macros v0.1.3
2026-06-21T03:56:48.1100531Z    Compiling darling v0.20.11
2026-06-21T03:56:48.1737180Z    Compiling derive_builder_core v0.20.2
2026-06-21T03:56:48.1860876Z    Compiling spez v0.1.2
2026-06-21T03:56:48.2970595Z    Compiling tinystr v0.8.3
2026-06-21T03:56:48.4750362Z    Compiling potential_utf v0.1.5
2026-06-21T03:56:48.5451106Z    Compiling icu_locale_core v2.2.0
2026-06-21T03:56:48.6710717Z    Compiling icu_collections v2.2.0
2026-06-21T03:56:48.9236098Z    Compiling n0-error v0.1.3
2026-06-21T03:56:49.0570459Z    Compiling der v0.8.0-rc.10
2026-06-21T03:56:49.1009798Z    Compiling pin-project-internal v1.1.13
2026-06-21T03:56:49.3027635Z    Compiling cobs v0.3.0
2026-06-21T03:56:49.4120989Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T03:56:49.5381275Z    Compiling postcard-derive v0.2.2
2026-06-21T03:56:49.7320384Z    Compiling derive_builder_macro v0.20.2
2026-06-21T03:56:49.8701557Z    Compiling icu_provider v2.2.0
2026-06-21T03:56:50.0390683Z    Compiling ed25519-dalek v2.2.0
2026-06-21T03:56:50.0761090Z    Compiling derive_builder v0.20.2
2026-06-21T03:56:50.2221527Z    Compiling futures-executor v0.3.32
2026-06-21T03:56:50.3240441Z    Compiling icu_properties v2.2.0
2026-06-21T03:56:50.3840555Z    Compiling icu_normalizer v2.2.0
2026-06-21T03:56:50.3970720Z    Compiling futures v0.3.32
2026-06-21T03:56:50.5229432Z    Compiling ipnet v2.12.0
2026-06-21T03:56:50.5870297Z    Compiling pin-project v1.1.13
2026-06-21T03:56:50.6701867Z    Compiling spki v0.8.0-rc.4
2026-06-21T03:56:50.6805301Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T03:56:50.9259894Z    Compiling prefix-trie v0.8.4
2026-06-21T03:56:51.1700446Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T03:56:51.2900925Z    Compiling once_cell v1.21.4
2026-06-21T03:56:51.3072716Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T03:56:51.3261157Z    Compiling postcard v1.1.3
2026-06-21T03:56:51.3541013Z    Compiling data-encoding-macro v0.1.20
2026-06-21T03:56:51.4077973Z    Compiling rustls-native-certs v0.8.4
2026-06-21T03:56:51.4203042Z    Compiling async-trait v0.1.89
2026-06-21T03:56:51.5130627Z    Compiling tracing-core v0.1.36
2026-06-21T03:56:51.7527020Z    Compiling idna_adapter v1.2.2
2026-06-21T03:56:51.8355247Z    Compiling num_enum_derive v0.7.6
2026-06-21T03:56:51.8770323Z    Compiling idna v1.1.0
2026-06-21T03:56:51.9020861Z    Compiling hashbrown v0.14.5
2026-06-21T03:56:51.9210753Z    Compiling strum_macros v0.28.0
2026-06-21T03:56:52.1627048Z    Compiling tracing v0.1.44
2026-06-21T03:56:52.2891498Z    Compiling tokio-util v0.7.18
2026-06-21T03:56:52.3805531Z    Compiling url v2.5.8
2026-06-21T03:56:52.4250694Z    Compiling derive_more v2.1.1
2026-06-21T03:56:52.5886906Z    Compiling netlink-sys v0.8.8
2026-06-21T03:56:52.6539760Z    Compiling tower v0.5.3
2026-06-21T03:56:52.6880756Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T03:56:52.7888913Z    Compiling enum-assoc v1.3.0
2026-06-21T03:56:52.8537932Z    Compiling hashlink v0.9.1
2026-06-21T03:56:52.8990973Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T03:56:52.9145937Z    Compiling num_enum v0.7.6
2026-06-21T03:56:52.9401086Z    Compiling netdev v0.42.0
2026-06-21T03:56:53.0216642Z    Compiling netlink-proto v0.12.0
2026-06-21T03:56:53.0297965Z    Compiling iroh-relay v0.98.0
2026-06-21T03:56:53.1080745Z    Compiling moka v0.12.15
2026-06-21T03:56:53.1270695Z    Compiling toml_datetime v0.6.11
2026-06-21T03:56:53.1600974Z    Compiling serde_spanned v0.6.9
2026-06-21T03:56:53.2674478Z    Compiling rusqlite v0.32.1
2026-06-21T03:56:53.3021463Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T03:56:53.3320584Z    Compiling iroh-base v0.98.0
2026-06-21T03:56:53.3558735Z    Compiling h2 v0.4.14
2026-06-21T03:56:53.4360849Z    Compiling iroh-metrics v0.38.3
2026-06-21T03:56:53.4671062Z    Compiling tokio-stream v0.1.18
2026-06-21T03:56:53.5048256Z    Compiling n0-watcher v0.6.1
2026-06-21T03:56:53.5803860Z    Compiling tower-http v0.6.11
2026-06-21T03:56:53.7564965Z    Compiling attohttpc v0.30.1
2026-06-21T03:56:53.7851674Z    Compiling thiserror-impl v1.0.69
2026-06-21T03:56:54.1747564Z    Compiling ref-cast-impl v1.0.25
2026-06-21T03:56:54.2740758Z    Compiling toml_edit v0.22.27
2026-06-21T03:56:54.2993266Z    Compiling webpki-roots v1.0.7
2026-06-21T03:56:54.4141285Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T03:56:54.4410830Z    Compiling regex-automata v0.4.14
2026-06-21T03:56:54.7153576Z    Compiling schemars_derive v1.2.1
2026-06-21T03:56:54.7480044Z    Compiling strum v0.28.0
2026-06-21T03:56:54.7570474Z    Compiling signal-hook-registry v1.4.8
2026-06-21T03:56:54.8760522Z    Compiling iroh-dns v0.98.0
2026-06-21T03:56:55.1293248Z    Compiling darling_core v0.23.0
2026-06-21T03:56:55.1500942Z    Compiling serde_bytes v0.11.19
2026-06-21T03:56:55.1630443Z    Compiling hmac v0.12.1
2026-06-21T03:56:55.3352863Z    Compiling seize v0.5.1
2026-06-21T03:56:55.3501883Z    Compiling iroh v0.98.2
2026-06-21T03:56:55.4170951Z    Compiling rustix v0.38.44
2026-06-21T03:56:55.5200773Z    Compiling dyn-clone v1.0.20
2026-06-21T03:56:55.6220402Z    Compiling utf8parse v0.2.2
2026-06-21T03:56:55.6791118Z    Compiling cmov v0.5.4
2026-06-21T03:56:55.6970749Z    Compiling pin-utils v0.1.0
2026-06-21T03:56:55.7101017Z    Compiling bitflags v1.3.2
2026-06-21T03:56:55.7687985Z    Compiling nix v0.25.1
2026-06-21T03:56:55.7925018Z    Compiling anstyle-parse v1.0.0
2026-06-21T03:56:55.8325485Z    Compiling papaya v0.2.4
2026-06-21T03:56:55.8908592Z    Compiling filedescriptor v0.8.3
2026-06-21T03:56:55.9648922Z    Compiling ctutils v0.4.2
2026-06-21T03:56:55.9830963Z    Compiling hkdf v0.12.4
2026-06-21T03:56:56.1130501Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T03:56:56.2038544Z    Compiling backon v1.6.0
2026-06-21T03:56:56.2620871Z    Compiling serial v0.4.0
2026-06-21T03:56:56.3330664Z    Compiling linux-raw-sys v0.4.15
2026-06-21T03:56:56.4722063Z    Compiling anstyle v1.0.14
2026-06-21T03:56:56.4860546Z    Compiling foldhash v0.1.5
2026-06-21T03:56:56.5851504Z    Compiling shell-words v1.1.1
2026-06-21T03:56:56.7100515Z    Compiling colorchoice v1.0.5
2026-06-21T03:56:56.7706742Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T03:56:56.7784714Z    Compiling downcast-rs v1.2.1
2026-06-21T03:56:56.7821035Z    Compiling schemars v1.2.1
2026-06-21T03:56:56.8100549Z    Compiling anstyle-query v1.1.5
2026-06-21T03:56:56.8398180Z    Compiling toml v0.8.23
2026-06-21T03:56:56.8481421Z    Compiling instability v0.3.12
2026-06-21T03:56:56.8937788Z    Compiling anstream v1.0.0
2026-06-21T03:56:57.0310559Z    Compiling hashbrown v0.15.5
2026-06-21T03:56:57.3690771Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T03:56:57.8560930Z    Compiling regex v1.12.3
2026-06-21T03:56:58.0510789Z    Compiling terminal_size v0.4.4
2026-06-21T03:56:58.0990049Z    Compiling signal-hook-mio v0.2.5
2026-06-21T03:56:58.1420868Z    Compiling spake2 v0.4.0
2026-06-21T03:56:58.2100830Z    Compiling strum_macros v0.26.4
2026-06-21T03:56:58.2490524Z    Compiling sha1 v0.10.6
2026-06-21T03:56:58.2686151Z    Compiling itertools v0.13.0
2026-06-21T03:56:58.4781008Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T03:56:58.5393591Z    Compiling castaway v0.2.4
2026-06-21T03:56:58.5580654Z    Compiling indoc v2.0.7
2026-06-21T03:56:58.6518619Z    Compiling unicode-width v0.1.14
2026-06-21T03:56:58.8700877Z    Compiling darling_macro v0.23.0
2026-06-21T03:56:59.0107977Z    Compiling hyper v1.10.1
2026-06-21T03:56:59.0502062Z    Compiling doctest-file v1.1.1
2026-06-21T03:56:59.1431726Z    Compiling clap_lex v1.1.0
2026-06-21T03:56:59.2133014Z    Compiling darling v0.23.0
2026-06-21T03:56:59.2730563Z    Compiling static_assertions v1.1.0
2026-06-21T03:56:59.3460904Z    Compiling compact_str v0.8.2
2026-06-21T03:56:59.4071105Z    Compiling clap_builder v4.6.0
2026-06-21T03:56:59.5940608Z    Compiling interprocess v2.4.2
2026-06-21T03:56:59.6100685Z    Compiling crossterm v0.28.1
2026-06-21T03:56:59.9365606Z    Compiling portable-pty v0.8.1
2026-06-21T03:57:00.1050703Z    Compiling lru v0.12.5
2026-06-21T03:57:00.2340705Z    Compiling clap_derive v4.6.1
2026-06-21T03:57:00.2730748Z    Compiling unicode-truncate v1.1.0
2026-06-21T03:57:00.3040948Z    Compiling cassowary v0.3.0
2026-06-21T03:57:00.3571110Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T03:57:00.4437857Z    Compiling unicode-width v0.2.0
2026-06-21T03:57:00.5861083Z    Compiling iana-time-zone v0.1.65
2026-06-21T03:57:00.7113614Z    Compiling strum v0.26.3
2026-06-21T03:57:00.7846607Z    Compiling chrono v0.4.45
2026-06-21T03:57:00.8770764Z    Compiling ratatui v0.29.0
2026-06-21T03:57:00.9852086Z    Compiling nucleo-matcher v0.3.1
2026-06-21T03:57:01.1300936Z    Compiling hyper-util v0.1.20
2026-06-21T03:57:01.1800530Z    Compiling qrcode v0.14.1
2026-06-21T03:57:01.2100806Z    Compiling tempfile v3.27.0
2026-06-21T03:57:01.6371135Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T03:57:02.3536647Z    Compiling clap v4.6.1
2026-06-21T03:57:03.2017797Z    Compiling igd-next v0.17.1
2026-06-21T03:57:04.3774804Z    Compiling portmapper v0.16.0
2026-06-21T03:57:08.8882474Z    Compiling rustls-webpki v0.103.13
2026-06-21T03:57:11.2178330Z    Compiling tokio-rustls v0.26.4
2026-06-21T03:57:11.2181010Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T03:57:11.2181352Z    Compiling noq-proto v0.17.0
2026-06-21T03:57:11.3552238Z    Compiling hyper-rustls v0.27.9
2026-06-21T03:57:11.3553029Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T03:57:11.3553459Z    Compiling tokio-websockets v0.13.2
2026-06-21T03:57:11.4977580Z    Compiling reqwest v0.13.4
2026-06-21T03:57:12.4311686Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T03:57:26.4865088Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T03:57:27.8618702Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T03:57:34.9165414Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T03:57:38.6016320Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-21T03:57:38.6236680Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T03:57:38.6249230Z 
2026-06-21T03:57:38.6249521Z running 1 test
2026-06-21T03:57:44.8086954Z test new_brain_serves_against_old_broker ... ok
2026-06-21T03:57:44.8087249Z 
2026-06-21T03:57:44.8087502Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-21T03:57:44.8087850Z 
2026-06-21T03:57:44.8293302Z Post job cleanup.
2026-06-21T03:57:44.8938125Z [command]/usr/bin/git version
2026-06-21T03:57:44.8968212Z git version 2.43.0
2026-06-21T03:57:44.8997160Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8ef946c0-68a5-4da6-a22f-d691c42ab384' before making global git config changes
2026-06-21T03:57:44.8997813Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T03:57:44.9000483Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T03:57:44.9027880Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T03:57:44.9053547Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T03:57:44.9233995Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T03:57:44.9252243Z http.https://github.com/.extraheader
2026-06-21T03:57:44.9259048Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-21T03:57:44.9281799Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T03:57:44.9455471Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T03:57:44.9480736Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T03:57:44.9790305Z Cleaning up orphan processes
2026-06-21T03:57:45.0329725Z Terminate orphan process: pid (3209800) (spt)
